-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate report with phys2bids outputs #243
Conversation
At the moment, and until we close #242, the report only shows the contents of the log file. Once we have the participant files and we restructure the output into folders, the report will show the folder structure and the plots generated by phys2bids. @smoia let me know if the Brainhack and Enhancement labels should be removed. |
Codecov Report
@@ Coverage Diff @@
## master #243 +/- ##
==========================================
+ Coverage 94.77% 95.12% +0.34%
==========================================
Files 8 9 +1
Lines 862 944 +82
==========================================
+ Hits 817 898 +81
- Misses 45 46 +1
|
Hi! 👋 I'd like to help with report generating and I'm curious about what you all would ultimately like the report to look like/contain.
Based on this comment, report would contain folder structure + plots? Dynamic plots?! ( 😄) Let me know! (I know it's late, though, no rush) |
Hey Katie! Thanks for collaborating with us! Ideally it should contain the folder structure generated by physbids, as well as the channel plot (if requested by the user) and the trigger plot. That’s my opinion though. @smoia anything else you think we should cover? |
... Did anyone say "dynamic"? If you want to add a bit of bokeh magic, please do so! |
Grabs @eurunuela's report progress for collaborating :)
Add dynamic plots and file tree to report html
Fetching recent reporting changes.
Co-authored-by: Taylor Salo <[email protected]>
Co-authored-by: Taylor Salo <[email protected]>
Co-authored-by: Taylor Salo <[email protected]>
Co-authored-by: Taylor Salo <[email protected]>
Co-authored-by: Taylor Salo <[email protected]>
We have to get this merged in before ISMRM. Any idea why the tests are failing @tsalo ? Afaik |
Ok, it looks like the tests pass again. Good catch @vinferrer ! @62442katieb @smoia @vinferrer @tsalo @RayStick the PR is ready for review now! |
This reverts commit 147c084.
…there are no conflicts with previous log file.
Looks like we figured out what was going on with the logger and the Windows tests. Thank you @vinferrer for your help. Apparently, the log file generated by |
Closes #131
Proposed Changes